public class AT388Reader extends ATn88Reader
| Constructor and Description |
|---|
AT388Reader(ATransport transport)
Create an instance of the AT388Reader class.
|
AT388Reader(int sessionId,
ATransport transport)
Create an instance of the AT388Reader class.
|
getAlertNotify, getButtonNotify, getButtonNotifyTime, setAlertNotify, setButtonNotify, setButtonNotifyTimedefaultParameter, destroy, getAutoOffTime, getAutoSaveMode, getBatteryState, getBuzzer, getDisplayOffTime, getOperationMode, getSerialNo, getStoredTagCount, getTime, getUseActionKey, initReader, loadStoredData, onActionChanged, onBatteryState, onEvent, onKeyEvent, onNotificationState, onOperationModeChanged, onStateChanged, onUsbChargerChanged, removeAllStoreadData, reset, saveStoredData, setAutoOffTime, setAutoSaveMode, setBuzzer, setDisplayOffTime, setOperationMode, setSerialNo, setTime, setUsbChargingPhone, setUseActionKey, sleep, sleep, wakeUp, wakeUpaddListener, checkError, clearListener, connect, disconnect, getAction, getAddress, getAutoConnect, getBarcode, getCheckInterval, getConnectType, getDeviceAttached, getDeviceName, getDeviceType, getLastError, getProtocol, getRfidHf, getRfidUhf, getSessionId, getState, getTransport, getVersion, getVersionHexa, listen, removeListener, resetError, setAction, setAddress, setAutoConnect, setCheckInterval, setDeviceName, setDeviceType, setLastError, toStringpublic AT388Reader(ATransport transport)
transport - AT388Reader An instance of an inherited class of the ATransport class that defines how an instance is associated with a Device.public AT388Reader(int sessionId,
ATransport transport)
sessionId - A unique ID number for identifying instances to manage multiple instances.transport - AT388Reader An instance of an inherited class of the ATransport class that defines how an instance is associated with a Device.